home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Technical Notes / Technical.Notes / Pasc / TN.PASC.017 < prev   
Encoding:
Text File  |  1990-04-03  |  2.0 KB  |  48 lines  |  [TEXT/pdos]

  1. Apple II
  2. Technical Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. Pascal
  7. #17:    SYSTEM.APPLE Patch V2.0
  8.  
  9. Revised by:    Dan Strnad                                          March 1990
  10. Written by:    Dan Strnad                                            May 1988
  11.  
  12. This Technical Note documents the Apple Pascal SYSTEM.APPLE patch version 2.0 
  13. (available as part of the Apple Pascal 1.3 package from APDA), which fixes two 
  14. Pascal system bugs found in the 64K and 128K, regular and run-time, version 
  15. 1.2 and 1.3 Pascal systems.  A companion program confirms the correct 
  16. installation of these patches.
  17. _____________________________________________________________________________
  18.  
  19. SYSTEM.APPLE patch 2.0 corrects the following two bugs:
  20.  
  21.   1.  UNITSTATUS calls to device numbers six, seven, and eight 
  22.       malfunction in Apple II Pascal 1.3.
  23.   2.  On Apple IIGS machines, disk access to 5.25" drives may fail under 
  24.       Apple II Pascal.
  25.  
  26. The following limitations exist with these patches:
  27.  
  28.   1.  Keyboard input from an external terminal does not work; however, 
  29.       SYSTEM.APPLE patch 1.0 is also available to support external 
  30.       terminals.  SYSTEM.APPLE patch 1.0 fixes only the UNITSTATUS 
  31.       problem; it does not address the 5.25" drive problem on the Apple IIGS.
  32.  
  33.   2.  Type-ahead buffering may drop keystrokes under the following 
  34.       circumstances:
  35.         a.  On an Apple IIGS if the user has enabled keyboard 
  36.             buffering from the Control Panel.
  37.         b.  On an Apple IIc series computer, if an Apple II Pascal 
  38.             program directly accesses the firmware-level keyboard 
  39.             buffering.
  40.  
  41. Apple II Pascal 1.3 (and 1.2) still provide type-ahead keystroke buffering on 
  42. all Apple IIs.
  43.  
  44. To use the patch program, X)ecute it from Pascal with the name PATCH.  To 
  45. confirm the proper installation of the patch, perform an X)ecute with the name 
  46. CONFIRM.
  47.  
  48.